home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / PegScramble.dxr / 00155_Restart Game.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  227 b   |  14 lines

  1. on mouseDown
  2.   go(1)
  3. end
  4.  
  5. on mouseEnter
  6.   playSound("continuerestart", 2)
  7.   set the member of sprite 482 to "RestartOver"
  8. end
  9.  
  10. on mouseLeave
  11.   playSound("continuerestart", 2)
  12.   set the member of sprite 482 to "RestartNorm"
  13. end
  14.